home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-01-03 | 1.2 KB | 34 lines | [TEXT/ttxt] |
- -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C)
- -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
- --
-
- If you have a UNIX like platform (Linux, Unix BSD, HP-UX, IRIX,
- XENIX, ...), simply run one of the following script : INSTALL.SH (which
- is written in bourne shell) or INSTALL.CSH (which is written in
- c-like shell).
-
- If you have OS2, read INSTALL.OS2 file.
-
- -- General Installation Procedure --
-
- -- 1 -- Put a copy of the entire SmallEiffel directory on your
- hard disk, were you want.
-
- -- 2 -- Compile with your C ANSI Compiler all commands stored
- in directory "bin_c". Each command is splited into various
- numbered C files (have a look in files *.make to see how
- to compile). Put the executable files in the SmallEiffel
- directory "bin".
-
- -- 3 -- Set the environment variable "SmallEiffel" to indicate
- the directory you have chosen.
-
- -- 4 -- Have a look at the READ_ME file in directory "sys" to set
- up the good system, the default C compiler, the default
- loading path, ...
-
- -- 5 -- Add SmallEiffel sub_directory "bin" in your system path.
-
- --[6]-- If you have the time to do it, you can run the (very long)
- SmallEiffel selftest in directory "misc".
-